home *** CD-ROM | disk | FTP | other *** search
/ CD Gold: Pilot Issue / CD Gold Vol 1 (1994)(CD Gold)(GB)(Track 01 of 10)[!][Amiga-CD32-CDTV].iso / s / startup-sequence < prev   
Text File  |  1994-03-02  |  458b  |  18 lines

  1. ; CD GOLD Copyright 1994 Goldtech Computer Systems
  2. ; startup-sequence for a 1.3 & 3.1 boot
  3. ;----------------------------------------------------------------------
  4.  
  5. C:Assign T: ram:        ; so Execute can create temporary files
  6. C:version >NIL: exec.library 40
  7. IF WARN
  8.     C:SetPatch >NIL:
  9.     C:rmtm
  10.     C:Stack 8000
  11.         c:EndRun Player gold.int
  12. ELSE
  13.     C:SetPatch_40.14 QUIET
  14.     C:Stack 8000        ; resident under >= KickStart 2.0
  15.         c:EndRun Player slow gold.int
  16. ENDIF
  17.  
  18.